home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / hardware-part1 / 9355 < prev    next >
Encoding:
Text File  |  1996-08-05  |  2.0 KB  |  52 lines

  1. Path: news.mountain.net!usenet
  2. From: gene_heskett@wvlink.mpl.com (Gene Heskett)
  3. Newsgroups: comp.sys.amiga.hardware
  4. Subject: Re: A2000 Serial Problem
  5. Date: 06 Apr 96 00:23:48 +0500
  6. Organization: MountainNet, Inc. Morgantown WV 800.444.1458
  7. Message-ID: <1690.6670T23T2414@wvlink.mpl.com>
  8. References: <151393@cup.portal.com>
  9. NNTP-Posting-Host: slip6.mpl.com
  10. X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
  11.  
  12.  
  13.  KWD> I get errors when I run my serial port at 9600 bps and above.
  14.  KWD> It seems to be related to hard disk activity. I can download
  15.  KWD> files into RAM: at over 3000 bps, but when disk is involved
  16.  KWD> I get errors. The big problem is Internet connections with web
  17.  KWD> browsers and newsreaders.
  18.  
  19.  KWD> I asked the hardframe folks (that's the disk controller I have)
  20.  KWD> but they had no suggestions. I have my prefs serial buffer set
  21.  KWD> as high as it will go. Anyhow MLINK crawls (saying garbage data,
  22.  KWD> and checksum errors).
  23.  
  24.  KWD> Any suggestions? (AmigaDOS 3.1, A2630)
  25.  
  26.  KWD> Thanks muchly,
  27.  KWD> Kevin
  28.  
  29. Kevin, I'm going to make an assumption. Which is that your hardframe
  30. possibly doesn't move its data with dma. aka direct memory access.
  31. I also have such a controller (no dma) but its an IDE, so the effect
  32. is still valid.  There are 2 fixes, both of which need to be done.
  33.  
  34. 1. Do all the downloading to SD0: (statram3.1). That will get you
  35. maybe to 19200.  Maybe. The miggy only has a one byte incoming
  36. buffer, so at 19200, you have to be *very* carefull about such things
  37. as scrolling screens at the same time as the download is in progress.
  38. Move the file to its final location after the download is done.
  39.  
  40. 2. Get a Multiface III card *and* download to SD0:  I have a 2630,
  41. and a 28.8 v34 modem. I run at an interface speed of 115200, no
  42. errors. With a slower cpu, YMMV.
  43.  
  44. Cheers
  45.  
  46. /*            Gene Heskett          |  I need help, please see my adv. */
  47. /*  CE @ WDTV Weston/Clarksburg WV  |  in the newsgroup 'alt.tv.jobs'  */
  48. /*  <gene_heskett@wvlink.mpl.com>   |  We are an equal opportunity and */
  49. #include <std.disclaimer>           |  all that stuff employer.
  50.  
  51.  
  52.